home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / DirectInput / DIConfig / dconfig.rc < prev    next >
Encoding:
Text File  |  2004-09-27  |  5.2 KB  |  140 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "dicfgres.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "dicfgres.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41.  
  42. #endif    // APSTUDIO_INVOKED
  43.  
  44.  
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Bitmap
  48. //
  49.  
  50. IDB_AXESGLYPH           BITMAP  DISCARDABLE     "axesglyph.bmp"
  51. IDB_BUTTONGLYPH         BITMAP  DISCARDABLE     "buttonglyph.bmp"
  52. IDB_CHECKGLYPH          BITMAP  DISCARDABLE     "checkglyph.bmp"
  53. IDB_HATGLYPH            BITMAP  DISCARDABLE     "hatglyph.bmp"
  54. IDB_IB                  BITMAP  DISCARDABLE     "ib.bmp"
  55. IDB_IB2                 BITMAP  DISCARDABLE     "ib2.bmp"
  56. IDB_CHECKGLYPHDARK      BITMAP  DISCARDABLE     "bitmap1.bmp"
  57.  
  58.  
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // String Table
  62. //
  63.  
  64. STRINGTABLE DISCARDABLE 
  65. BEGIN
  66.     IDS_DCONFIG_PRODUCTNAME "Device Action Configuration"
  67.     IDS_BUTTON_OK           "OK"
  68.     IDS_TITLE_NOLOADVIEWIMAGE "Failed to Load Image"
  69.     IDS_NULLPATH            "The path was NULL."
  70.     IDS_COULDNOTCREATEIMAGEFROMFILE "Could not create image from file ""%s""."
  71.     IDS_BUTTON_CANCEL       "Cancel"
  72.     IDS_BUTTON_RESET        "Reset"
  73.     IDS_INFOMSG_VIEW_TAB    "Click to select a different device."
  74.     IDS_INFOMSG_VIEW_TABSCROLL "Click to scroll device tabs."
  75.     IDS_INFOMSG_VIEW_DEVICE "The current settings for this device are displayed to the right."
  76.     IDS_INFOMSG_VIEW_SORTDISABLED 
  77.                             "Click to show assigned actions at the top of the list."
  78.     IDS_INFOMSG_VIEW_SORTENABLED "Click to disable list sorting."
  79.     IDS_INFOMSG_VIEW_VIEWSEL "Click to see another view of this device."
  80.     IDS_INFOMSG_VIEW_OK     "Click to close this window."
  81. END
  82.  
  83. STRINGTABLE DISCARDABLE 
  84. BEGIN
  85.     IDS_INFOMSG_VIEW_USERNAME "Displays the current user for this device."
  86.     IDS_INFOMSG_VIEW_GAMEMODE "Show settings for another mode."
  87.     IDS_INFOMSG_EDIT_TAB    "Click to select a different device."
  88.     IDS_INFOMSG_EDIT_TABSCROLL "Click to scroll device tabs."
  89.     IDS_INFOMSG_EDIT_DEVICE "Select a control with the mouse, by moving an axis or by pressing a button."
  90.     IDS_INFOMSG_EDIT_SORTDISABLED 
  91.                             "Click to show assigned actions at the top of the list."
  92.     IDS_INFOMSG_EDIT_SORTENABLED "Click to disable list sorting."
  93.     IDS_INFOMSG_EDIT_VIEWSEL "Click to see another view of this device."
  94.     IDS_INFOMSG_EDIT_RESET  "Click to return to the recommended settings for this device."
  95.     IDS_INFOMSG_EDIT_OK     "Click to accept changes and close this dialog."
  96.     IDS_INFOMSG_EDIT_CANCEL "Click to cancel changes."
  97.     IDS_INFOMSG_EDIT_ACTLISTDISABLED 
  98.                             "Select a control on the device to be configured."
  99.     IDS_INFOMSG_EDIT_ACTLISTENABLED 
  100.                             "Press the Enter key, or double click the control to begin configuring it."
  101.     IDS_INFOMSG_EDIT_USERNAME "Assign this device to a player."
  102.     IDS_INFOMSG_EDIT_GAMEMODE "Configure for a different mode."
  103.     IDS_INFOMSG_DEF_EDIT    "Select a control with the mouse, by moving an axis or by pressing a button."
  104. END
  105.  
  106. STRINGTABLE DISCARDABLE 
  107. BEGIN
  108.     IDS_INFOMSG_DEF_VIEW    "The current settings for this device are displayed to the right."
  109.     IDS_INFOMSG_EDIT_CTRLSELECTED 
  110.                             "Edit the action assigned to this control by pressing ENTER or double clicking the control."
  111.     IDS_INFOMSG_EDIT_EDITMODEENABLED 
  112.                             "Choose an action for this control from the list. Press [Delete] to remove an action from the device. Press [Escape] to stop changes."
  113.     IDS_INFOMSG_EDIT_KEYBOARD 
  114.                             "Select a control with the mouse or by pressing a key."
  115.     IDS_INFOMSG_EDIT_MOUSE  "Select a control with the mouse."
  116.     IDS_INFOMSG_APPFIXEDSELECT "This control cannot be remapped."
  117.     IDS_INFO_TITLE          "Information"
  118.     IDS_PLAYER_TITLE        "Player"
  119.     IDS_GENRE_TITLE         "Game Mode"
  120.     IDS_AVAILABLEACTIONS_TITLE "Available Actions"
  121.     IDS_SORTASSIGNED        "Sort Assigned"
  122.     IDS_AXISACTIONS         "Axis Actions"
  123.     IDS_BUTTONACTIONS       "Button Actions"
  124.     IDS_POVACTIONS          "POV Actions"
  125.     IDS_LISTHEADER_CTRL     "Controls"
  126.     IDS_LISTHEADER_ACTION   "Actions"
  127. END
  128.  
  129. STRINGTABLE DISCARDABLE 
  130. BEGIN
  131.     IDS_RESETMSG            "Resetting the device..."
  132. END
  133.  
  134.  
  135. #endif    // English (U.S.) resources
  136. /////////////////////////////////////////////////////////////////////////////
  137.  
  138.  
  139.  
  140.